public interface IUhfBle extends IUHF, IUhfReader, IBluetoothReader, ISingleAntenna, IHandheldRFID
Bank_EPC, Bank_RESERVED, Bank_TID, Bank_USER, LockBank_ACCESS, LockBank_EPC, LockBank_KILL, LockBank_TID, LockBank_USER, LockMode_LOCK, LockMode_OPEN, LockMode_PLOCK, LockMode_POPEN, UPDATE_UHFVERSION_BT_FIRMWARE, VERSION_BT_HARDWARE, VERSION_BT_SOFTWAREUPDATE_STM32| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEx10SDKFirmware() |
java.util.List<UHFTAGInfo> |
readTagFromBufferList_EpcTidUser()
Deprecated.
|
boolean |
setDynamicDistance(int value)
Radar positioning dynamically adjusts distance.
|
boolean |
startInventoryTag(InventoryParameter inventoryParameter)
开始循环识别标签。
|
boolean |
startRadarLocation(android.content.Context context,
java.lang.String tag,
int bank,
int ptr,
IUHFRadarLocationCallback locationCallback)
开始定位
Start location |
boolean |
stopRadarLocation()
设置R6工作模式
|
boolean |
uhfJump2BootSTM32() |
blockWriteData, eraseData, eraseData, factoryReset, free, generateLockCode, getConnectStatus, getCW, getEPCAndTIDUserMode, getFastInventoryMode, getFrequencyMode, getGen2, getProtocol, getRFLink, getTemperature, getVersion, init, inventorySingleTag, isInventorying, killTag, killTag, lockMem, lockMem, readData, readData, readTagFromBuffer, setConnectionStatusCallback, setCW, setEPCAndTIDMode, setEPCAndTIDUserMode, setEPCAndTIDUserMode, setEPCMode, setFastID, setFastInventoryMode, setFilter, setFreHop, setFrequencyMode, setGen2, setInventoryCallback, setProtocol, setRFLink, setTagFocus, startInventoryTag, stopInventory, uhfBlockPermalock, uhfJump2Boot, uhfJump2Boot, uhfStartUpdate, uhfStopUpdate, uhfUpdating, writeData, writeData, writeDataToEpc, writeDataToEpcdeleteAllTagToFlash, getAllTagTotalFromFlash, getFastID, getNewTagTotalFromFlash, getReaderAwaitSleepTime, getTagDataFromFlash, getTagfocus, readTagFromBufferList, setReaderAwaitSleepTimeconnect, connect, disconnect, free, getBeep, getBleHardwareVersion, getBluetoothVersion, getConnectStatus, init, sendData, setConnectionStatusCallback, setOnDataChangeListener, setRemoteBluetoothName, startScanBTDevices, stopScanBarcode, stopScanBTDevicesblinkOfLed, closeLed, getBarcodeTypeInSSIID, getBattery, getParameter, getSTM32Version, openLed, scanBarcode, scanBarcodeToBytes, setBarcodeTypeInSSIID, setBeep, setKeyEventCallback, setParameter, startScanBarcode, triggerBeepgetPower, setPowergetTagLocate, startLocation, stopLocation@Deprecated java.util.List<UHFTAGInfo> readTagFromBufferList_EpcTidUser()
IUHF.setInventoryCallback(IUHFInventoryCallback inventoryCallback) instead .boolean uhfJump2BootSTM32()
java.lang.String getEx10SDKFirmware()
boolean stopRadarLocation()
stopRadarLocation in interface IHandheldRFIDmode - 0:实时模式(real-time mode), 1:脱机模式(offline mode)boolean startRadarLocation(android.content.Context context,
java.lang.String tag,
int bank,
int ptr,
IUHFRadarLocationCallback locationCallback)
startRadarLocation in interface IHandheldRFIDcontext - contexttag - 要定位的标签(locate to the label)bank - 标签的存储区(Storage area):IUHF.Bank_RESERVED、IUHF.Bank_EPC、IUHF.Bank_TID、IUHF.Bank_USERptr - 起始地址的偏移量(start address)boolean setDynamicDistance(int value)
setDynamicDistance in interface IHandheldRFIDvalue - 1-30boolean startInventoryTag(InventoryParameter inventoryParameter)
开始循环识别标签。
Begin looping through the identification labels.
通过 IUHF.setInventoryCallback(IUHFInventoryCallback inventoryCallback) 这个回调接口获取标签数据,需要在开始盘点之前调用setInventoryCallback方法。
Get the label data through the callback interface IUHF.setInventoryCallback(IUHFInventoryCallback inventoryCallback), you need to call the setInventoryCallback method before starting the inventory.
备注:开启循环识别标签后模块只能响应IUHF.stopInventory()函数 。
Note: The module can only respond to the IUHF.stopInventory() function after the loop identification tag is turned on.